# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_INFINEON_DHD) += bcmdhd/

.PHONY: clean

clean:
	find . -name '*.o*' -exec rm -f {} \;
